internal/runtime/maps.Iter.tab (field)
10 uses
internal/runtime/maps (current package)
table.go#L666: tab *table
table.go#L753: entries := 1 << (it.m.globalDepth - it.tab.localDepth)
table.go#L755: it.tab = nil
table.go#L919: if it.tab == nil {
table.go#L938: it.tab = newTab
table.go#L945: entryMask := uint64(it.tab.capacity) - 1
table.go#L970: it.group = it.tab.groups.group(it.typ, groupIdx)
table.go#L981: grown := it.tab.index == -1
table.go#L1038: it.group = it.tab.groups.group(it.typ, groupIdx)
table.go#L1085: grown := it.tab.index == -1
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |